func sync.throw
6 uses
sync (current package)
mutex.go#L19: func throw(string) // provided by runtime
mutex.go#L149: throw("sync: inconsistent mutex state")
mutex.go#L171: throw("sync: inconsistent mutex state")
mutex.go#L220: throw("sync: unlock of unlocked mutex")
rwmutex.go#L121: throw("sync: RUnlock of unlocked RWMutex")
rwmutex.go#L201: throw("sync: Unlock of unlocked RWMutex")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)